home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / maestro / source / displytl / readme < prev    next >
Encoding:
Text File  |  1993-06-15  |  1.5 KB  |  27 lines

  1. Here's a todo list for DisplayTool, for the curious:
  2.  
  3. 1.  Moving images around and resizing them can't be done when the images are
  4. displayed at full size (the windows can be moved but this doesn't change
  5. the value of the selection).  Perhaps it would be nice, but perhaps not.
  6.  
  7. 2.  When the left mouse button is pressed inside the popup windows that display
  8. the images, the window should get repositioned.  Right now the windows can
  9. be repositioned by using the window frame, but since the frame has minimal
  10. decor, it's not very easy to grab.
  11.  
  12. 3.  The "Duplicate Image" function hasn't been implemented, although it's not
  13. critical to the application.
  14.  
  15. 4.  I've improved the memory usage a lot, but there is still room for improvement --
  16. each cycle of loading in an input file and then clearing out the slides causes
  17. the memory to grow monitonically.  It should grow the first time and then not
  18. again if the same file is loaded up.
  19.  
  20. 5.  Colormap idealizing for each slide should be done.  While the current slide is
  21. displayed the ideal colormap for the next slide should be computed (and the
  22. pixmaps should be created and XPutImage'ed into), and then when the next slide
  23. is to be shown the current colormap should be freed the new one installed and
  24. then call XCopyArea on the pixmaps for the next screen  -- fairly simple algorithm
  25. for much better color performance.  Right now none of this is done, including
  26. the pixmap buffering so there is a couple second delay in between the display
  27. of each slide.